home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1996-09-27 | 1.1 KB | 57 lines |
- .name
- RunList3
- .type
- OS Utility
- .short
- Commodity to run programs from a list.
- .description
- RunList3, RunList3N, are small tools helping to run programs. They
- are all the same, differ only by size in order to meet ones need.
- They are the update of RunList2. RunList3i, RunList3Ni are the same
- as RunList3 and RunList3N but are specially made for
- Interlace-screens.
- .version
- 3
- .date
- 1995.04.25
- .author
- Heinz Reinert
- .requirements
- OS 2.0+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Orleansstr. 55
- D-31135 Hildesheim
- Germany
- .source
- C source included
- .docs
- RunList.Lesen
- RunList.Readme
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/cdity
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Lesen" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool RunList.Readme TEXT
- else
- if $choice EQ "2"
- MetaTool RunList.Lesen TEXT
- else
- if $choice EQ "3"
- assign s: s/ ADD
- WBStartup/RunList3
- assign s: s/ REMOVE
- endif
- endif
- endif
- skip Start BACK
- endif
-